Delayed_job: undefined method `handle_asynchronously' for #<Class:0x4601b08>

Posted by KandadaBoggu on Stack Overflow See other posts from Stack Overflow or by KandadaBoggu
Published on 2010-04-22T22:23:55Z Indexed on 2010/04/22 23:53 UTC
Read the original article Hit count: 497

Filed under:
|

After deploying DelayedJob as a gem, I got the following error:

undefined method `handle_asynchronously' for #<Class:0x4601b08>

Same code works when I deploy DelayedJob as a plugin.

I have tried the solution suggested by this SO question and I still get the same error.

I am using DelayedJob 1.8.4, Windows XP, Rails 2.3.5.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about delayed-job